SQCMD will accept the following command line options:

	/play		-- start playing the entire cd or when used in
			   combination with /track, plays the requested
			   track
	/next		-- move to the next song
	/prev		-- move to the prev song
	/stop		-- stop playing the cd
	/track:# 	-- used in combination with other flags
	/num_tracks	-- returns the number of tracks
	/start_track	-- returns the start track
	/length		-- used in combination with /track. 
			   returns the lenght of the track
	/repeat		-- used in combination with /track and /play
			   repeats the track selected

Run Squeak.exe to be confronted with a GUI.  Squeak.ex will also take
most of the command line arguments and pass them onto SQCMD. (It will
not accept /num_tracks /start_track or /length.

Both Squeak.exe and SQCMD.exe can be run independantly of each other.
Kepp in mind though that without SQCMD.EXE the command line interfae
will be unavailable.

Example usage
	Play an entire CD: 	"Squeak /play" or "SQCMD /play"
	Play a single track:	"Squeak /play /track:23" or "SQCMD /play /track:23"
	Repeat a single track:	"SQCMD /play /track:2 /repeat"
	Get track length:	"SQCMD /length /track:4"

It should be noted that the repeat feature requires that a a proccess
be left in memory. (Unfortunate, but necessary)  If in repeat mode,
SQCMD must first be issued a /stop command in order to perform any
other actions.

Also, as a side note, Squeak.exe will not be included in the next 
release.  I've decided to discontinue the GUI and stick primarily
to the command line interface.


For comments or problems, email:
cpayson@softhome.net
